// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-04B TN_Widget.CreateTable([['Foo Fighters, The Hives & Amyl and The Sniffers','Citi Field','Flushing, NY','Friday','7/19/2024','5:30 PM','5974846','Foo-Fighters--The-Hives---Amyl-and-The-Sniffers-7-19-2024'],['The Hives','9:30 Club','Washington, DC','Saturday','7/20/2024','8:00 PM','6243743','The-Hives-7-20-2024'],['Foo Fighters, The Hives & Amyl and The Sniffers','Fenway Park','Boston, MA','Sunday','7/21/2024','5:30 PM','5974847','Foo-Fighters--The-Hives---Amyl-and-The-Sniffers-7-21-2024'],['Foo Fighters, The Hives & Amyl and The Sniffers','Hersheypark Stadium','Hershey, PA','Tuesday','7/23/2024','5:30 PM','5974848','Foo-Fighters--The-Hives---Amyl-and-The-Sniffers-7-23-2024'],['Foo Fighters, The Hives & Alex G','Petco Park','San Diego, CA','Wednesday','8/7/2024','5:30 PM','5974852','Foo-Fighters--The-Hives---Alex-G-8-7-2024'],['The Hives','The Observatory - Santa Ana','Santa Ana, CA','Thursday','8/8/2024','7:00 PM','6244720','The-Hives-8-8-2024'],['Foo Fighters, The Hives & Amyl and The Sniffers','BMO Stadium','Los Angeles, CA','Friday','8/9/2024','5:30 PM','5974853','Foo-Fighters--The-Hives---Amyl-and-The-Sniffers-8-9-2024'],['The Hives','History - Toronto','Toronto, Canada','Monday','9/16/2024','7:00 PM','6353678','The-Hives-9-16-2024'],['The Hives','House Of Blues - Cleveland','Cleveland, OH','Tuesday','9/17/2024','8:00 PM','6353667','The-Hives-9-17-2024'],['The Hives','Newport Music Hall','Columbus, OH','Wednesday','9/18/2024','7:00 PM','6353672','The-Hives-9-18-2024'],['The Hives','MegaCorp Pavilion','Newport, KY','Friday','9/20/2024','TBD','6353683','The-Hives-9-20-2024'],['The Hives','Saint Andrews Hall - Detroit','Detroit, MI','Sunday','9/22/2024','7:00 PM','6353668','The-Hives-9-22-2024'],['The Hives','Kings Theatre - NY','Brooklyn, NY','Tuesday','9/24/2024','8:00 PM','6353673','The-Hives-9-24-2024'],['The Hives','Roadrunner','Brighton, MA','Wednesday','9/25/2024','8:00 PM','6353674','The-Hives-9-25-2024'],['Oceans Calling Festival: Blink-182, The Killers & Dave Matthews Band - 3 Day Pass','Ocean City Inlet','Ocean City, MD','Friday','9/27/2024','TBD','6257456','Oceans-Calling-Festival--Blink-182--The-Killers---Dave-Matthews-Band---3-Day-Pass-9-27-2024'],['The Hives','Stage AE','Pittsburgh, PA','Friday','9/27/2024','7:00 PM','6353675','The-Hives-9-27-2024'],['Oceans Calling Festival: The Killers, The Offspring & Rebelution - Saturday (Time: TBD)','Ocean City Inlet','Ocean City, MD','Saturday','9/28/2024','12:00 PM','6257461','Oceans-Calling-Festival--The-Killers--The-Offspring---Rebelution---Saturday--Time--TBD--9-28-2024'],['The Hives','The Fillmore - Philadelphia','Philadelphia, PA','Sunday','9/29/2024','8:00 PM','6353669','The-Hives-9-29-2024'],['The Hives','The Orange Peel','Asheville, NC','Tuesday','10/1/2024','8:00 PM','6353670','The-Hives-10-1-2024'],['The Hives','The Tabernacle - GA','Atlanta, GA','Wednesday','10/2/2024','8:00 PM','6353671','The-Hives-10-2-2024']],'The Hives','http://www.ticketnetwork.com/ticket/The-Hives-events.aspx');